home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / edbat.arc / EDBAT.DOC < prev   
Text File  |  1986-12-30  |  4KB  |  99 lines

  1.    
  2.                 EDBAT
  3.  
  4.  
  5.      The problem with batch files is that to be effective and helpful, they
  6.  need to be adjusted as your systems grows and your applications change.
  7.  Performing the necessary batch-file maintenance, however, is often so
  8.  cumbersome that it's discouraging.  Loading a full-blown word processor
  9.  to edit a five-to-ten line batch file can be a lot more time and trouble
  10.  than it's worth.
  11.  
  12.     "EdBat" solves this problem by focusing all its energy on your batch
  13.  files.  EdBat is without frills, but it's fast and easy to use.
  14.  
  15.     EdBat is a full-screen editor with very limited features. Because it is
  16.  designed for speed, it limits itself to files of fewer than 512 bytes --    
  17.  adequate for most batch files. (If your file is longer, you're probably 
  18.  better off with a more sophisticated editor.)
  19.  
  20.     When called, the program clears the screen and displays the file your want
  21.  to edit.  Using the cursor keys, your can move to the appropriate place,
  22.  make the necessary changes, and press Alt-S to save the edited file.  It is
  23.  not impossible to open a file, edit, close it, and be back at the DOS prompt
  24.  in as little as 15 seconds.
  25.  
  26.     The price you pay for this fast operation is that EdBat has very few      features.  You're essentially limited to the regular character keys and the cursor keys.  The Insert key does not work, the Delete key does not work, nor do the function keys perform any function.  The Backspace key moves the cursor back a character, but it does not perform a delete.
  27.  
  28.     To run EdBat, enter this line from the DOS prompt:
  29.  
  30.     EDBAT filename
  31.  
  32.     (The EDBAT.COM file must be on the disk in the current drive when your enter this command.)  Filename is the name of the file you wish to edit.  Full  drive and subdirectory specifications are allowed when indicating a filename.
  33. If the file is too long or if EdBat is unable to open the file, the program will print a message and exit.  If the file you have specified does not exist, EdBat assumes you are creating a new file.
  34.  
  35.     In a matter of seconds, the file you are to edit is displayed on the screen below a line containing the program title and the name of the current file.  If you have started a new file, the screen's work area will be blank.
  36.  
  37.     Use the cursor keys to move around the file, editing as needed.  Notice that a triangle signals the end of each line.  If you decide to cut a line short, move to the appropriate spot and press Enter.  A triangle is inserted and cursor moves to the beginning of the next line.  The screen may continue to show characters beyond the end-of-line marker,  but they will be ignored when the file is saved.
  38.  
  39.     To delete an entire line, simply move to the first position on that line and press Enter.  An end-of-line marker appears at that spot, indicating that the line will be ignored.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.    EdBat                              Page 1
  46.  
  47.  
  48.  
  49.      Inserting a line is slightly more difficult since there is no insert function.  Move the cursor to the end-of-line marker on the line that will precede your new line.  Press Cntl-Y and a down-arrow character (v) will replace the end-of-line marker.  Add the new line right after the down arrow and press Enter as usual.  When the file is saved, the lines will be adjusted.
  50.  
  51.     When you're finished editing, press Alt-S to save the file.  The program's save routine reads the screen and save what it sees to your file.  It begins with the first line of the text area and continues until it finds a space in the first position of any line.  EdBat ignores any characters in a line which follow the first end-of-line marker.
  52.  
  53.     The only other option the program offers is Alt-Q, the Quit option, which returns you to DOS without changing the oringal file.  In nearly every case, your entire file will fit easily on the screen.  If part of your file scrolls off the screen, use Alt-Q to quit and find another method of editing the file.  EdBat cannot save what it cannot see.
  54.  
  55.     EdBat Command Summary
  56.              
  57.     Alt-Q   Quit
  58.  
  59.     Alt-S   Save
  60.  
  61.     Ctrl-Y  Multistatement delimiter (prints as a down arrow)
  62.  
  63.     Enter   End-of-line (prints as left-pointing triangle)
  64.  
  65.     Space   Space in first porition of line signals text end.
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.      EdBat                             Page 2
  99.